Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(libcgroup): make cgroup manager be able to set blkio weight #543

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

knight42
Copy link
Contributor

Signed-off-by: Jian Zeng anonymousknight96@gmail.com

Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
@@ -33,8 +33,12 @@ const BLKIO_THROTTLE_IO_SERVICE_BYTES: &str = "blkio.throttle.io_service_bytes";
// Proportional weight division policy
// ---------------------------------------
// Specifies the relative proportion of block I/O access available to the cgroup
// Format: weight (weight can range from 100 to 1000)
// Format: weight (weight can range from 10 to 1000)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@utam0k utam0k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@utam0k utam0k merged commit 7d63d2a into youki-dev:main Dec 17, 2021
@knight42 knight42 deleted the fix/set-blkio-weight branch December 17, 2021 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants